home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / C_Automp / AUTOTP / TRIPPLAN.DIR / Scripts_51.ls < prev    next >
Encoding:
Text File  |  1996-07-25  |  132 b   |  10 lines

  1. on enterFrame
  2.   setBar(72)
  3.   updateStage()
  4. end
  5.  
  6. on exitFrame
  7.   global theSoundPath
  8.   sound playFile 1, theSoundPath & "p33.wav"
  9. end
  10.